home *** CD-ROM | disk | FTP | other *** search
/ Mystique of the Orient 2 / Mystique of the Orient 2.iso / mac / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-07-08  |  565b  |  18 lines

  1. @echo off
  2. if not exist \pc\install.exe goto error
  3. echo Welcome to Mystique of the Orient Part 2! from Vivid Interactive Entertainment.  This install
  4. echo program must be run from within Windows 3.1.  Now starting Windows...
  5. cd \pc
  6. win install.exe
  7. goto end
  8.  
  9. :error
  10. echo The Mystique of the Orient Part 2! installation program must be run from the CD-ROM drive.
  11. echo To accomplish this simply type the letter of your CD-ROM drive followed
  12. echo by a colon and then type: 
  13. echo       INSTALL.BAT 
  14. echo followed by tapping the Enter key.
  15. goto end
  16.  
  17. :end
  18.